Skip to content

fix(i18n): settle Korean term spellings, fix a vendored mistranslation - #11

Merged
haksungjang merged 1 commit into
mainfrom
i18n/ko-terminology
Aug 4, 2026
Merged

fix(i18n): settle Korean term spellings, fix a vendored mistranslation#11
haksungjang merged 1 commit into
mainfrom
i18n/ko-terminology

Conversation

@haksungjang

Copy link
Copy Markdown
Contributor

A key-by-key diff of all 16 EN/KO locale files — 2072 keys — turned up no missing keys, no extra keys, and no placeholder mismatches. What it did find was nine strings worth fixing.

Five terms were spelled two ways across the app: 릴리스/릴리즈, 스냅샷/스냅숏, 저장소/리포지토리, 새로 고침/새로고침, and 비공개/private. Each spelling is fine on its own, which is why the ko-style linter never flagged them — it catches translation-ese by shape, and a word that looks consistent has no shape to catch. The minority spelling gave way to the majority one in every case.

Two were defects rather than inconsistency. "Any SLA status" had become just "전체", which on a screen carrying several filters says nothing about which filter it belongs to. And "vendored snapshot" was read as a vendor's snapshot rather than one shipped inside the repo — close to the opposite of what that footer tells the operator.

Five new ko-style rules keep the spellings settled. Adding them surfaced 71 more occurrences in the Korean doc mirror: 59 were mechanical, and the 12 "벤더링" ones were rewritten per context against the English original — the scan-frequency table's "Vendored / third-party imports" became "외부 코드 직접 포함".

A key-by-key EN/KO diff over all 2072 UI strings found no missing keys and no
placeholder mismatches, but five terms were spelled two ways and "Any SLA
status" had lost the SLA. "vendored snapshot" also read as a vendor's snapshot
rather than one shipped in the repo. Five new ko-style rules keep the spellings
settled — they caught 71 more occurrences in the Korean doc mirror, fixed here.
@haksungjang
haksungjang merged commit 90c4d9c into main Aug 4, 2026
24 checks passed
@haksungjang
haksungjang deleted the i18n/ko-terminology branch August 4, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant